diff options
Diffstat (limited to 'app/[lng]/evcp/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/page.tsx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/[lng]/evcp/page.tsx b/app/[lng]/evcp/page.tsx new file mode 100644 index 00000000..a1e9f8be --- /dev/null +++ b/app/[lng]/evcp/page.tsx @@ -0,0 +1,8 @@ + +export default function Pages() { + return ( + <> + test + </> + ) + }
\ No newline at end of file |
